home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / pull217.arc / QREF.DOC < prev    next >
Text File  |  1990-09-19  |  2KB  |  67 lines

  1.  
  2.  Key Word Crossreference/Quick Reference Card: PullDown v2.17 Menu Shell
  3. ___________________________________________________________________________
  4.  
  5. By Usage:
  6.  
  7. Menu Definition Commands:
  8. -----------------------
  9.      DEF
  10.           Defines a new title heading to follow, and a new pulldown set.
  11.  
  12.      %TitleString
  13.           1) When immediately following DEF, defines top menu selection
  14.           2) When second through last for a menu, defines the title of the
  15.           selection definition that follows it.
  16.  
  17.      +BatchCommand
  18.           Following a %TitleString defines a DOS batch command associated
  19.           with the preceding selection title.
  20.  
  21.      'CommentString
  22.           Anything preceded by ' is a comment and ignored by PullDown.
  23.           Embedded  comments are not supported, so keep them on separate
  24.           lines.
  25.      HI=nn
  26.          Defines the HiLite Key to show in a menu selection.  nn=count to
  27.          character position, where the first letter is considered 0.
  28.  
  29.      PASS=PassWord
  30.  
  31.      ?QuestionString
  32.  
  33.      OKBOX=PromptString
  34.  
  35.      YORN=PromptString
  36.  
  37.      SCROLLBOX=HelpFile,HeaderString
  38.  
  39.      @MenuFile.DEF
  40.  
  41. And the basic structure of ALL .DEF files is:
  42. ---------------------------------------------
  43. DEF
  44.      %TopBar Title One
  45.  
  46.      %First Selection
  47.           HI=nn
  48.           +batch command
  49.           +batch command
  50.  
  51.      %Second Selection
  52.           HI=nn
  53.           +batch command
  54.           +batch command
  55. DEF
  56.      %TopBar Title Two, appearing to the RIGHT of the preceding menu
  57.  
  58.      %First Selection, Menu Two
  59.      .
  60.      .
  61.  
  62. Up to 10 across (limited to 59 total characters in width of selection titles)
  63. and the number of screen rows activated less four down the page.
  64.  
  65. Keyword toggles: REQUIRED/NOTREQUIRED for ?Inputs, ABORT halts an option.
  66.  
  67.